home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nippon Obsessions 2
/
Nippon Obsessions - Volume 2.iso
/
pc
/
video
/
som1.dir
/
00070_Script_70
< prev
next >
Wrap
Text File
|
1996-05-02
|
931b
|
45 lines
on exitFrame
if rollover (3) then
set the cursor of sprite 3 to [88,89]
end if
if rollover (4) then
set the cursor of sprite 4 to [88,89]
end if
if rollover (5) then
set the cursor of sprite 5 to [88,89]
end if
if rollover (6) then
set the cursor of sprite 6 to [88,89]
end if
if rollover (7) then
set the cursor of sprite 7 to [88,89]
end if
if rollover (8) then
set the cursor of sprite 8 to [88,89]
end if
if rollover (9) then
set the cursor of sprite 9 to [88,89]
end if
if rollover (10) then
set the cursor of sprite 10 to [88,89]
end if
if rollover (11) then
set the cursor of sprite 11 to [88,89]
end if
if rollover (12) then
set the cursor of sprite 12 to [88,89]
end if
if rollover (13) then
set the cursor of sprite 13 to [88,89]
end if
go to the frame
end
end